object BH98ReminderEditForm: TBH98ReminderEditForm Left = 404 Top = 251 BorderStyle = bsDialog Caption = 'Edit Reminder' ClientHeight = 212 ClientWidth = 439 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} OldCreateOrder = False Position = poDefault OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 4 Top = 8 Width = 102 Height = 16 Caption = 'Reminder Name:' end object Label2: TLabel Left = 14 Top = 36 Width = 91 Height = 16 Caption = 'Reminder Text:' end object edName: TEdit Left = 110 Top = 4 Width = 324 Height = 24 Anchors = [akLeft, akTop, akRight] TabOrder = 0 end object edText: TMemo Left = 110 Top = 34 Width = 325 Height = 138 Anchors = [akLeft, akTop, akRight, akBottom] TabOrder = 1 end object Button1: TButton Left = 359 Top = 181 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Cancel' TabOrder = 3 OnClick = Button1Click end object Button2: TButton Left = 277 Top = 181 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True TabOrder = 2 OnClick = Button2Click end end